transformation.associationtags.buttonlisteners
Class ResourceListener

java.lang.Object
  extended by transformation.associationtags.buttonlisteners.ResourceListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ResourceListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
ResourceListener(java.util.Map<java.lang.String,java.util.List<java.lang.String>> partitionActionsMap, java.util.List<AssociationTag> tags)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          Displays an error message, when the name of an activity partition is unchecked in the uppermost panel of the association tags view, if an action of that partition is used as a protected action in an association tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceListener

public ResourceListener(java.util.Map<java.lang.String,java.util.List<java.lang.String>> partitionActionsMap,
                        java.util.List<AssociationTag> tags)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Displays an error message, when the name of an activity partition is unchecked in the uppermost panel of the association tags view, if an action of that partition is used as a protected action in an association tag.

Specified by:
actionPerformed in interface java.awt.event.ActionListener